home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / tabdlg2.zip / SRC / DYNDLG.H < prev    next >
Text File  |  1994-05-09  |  659b  |  18 lines

  1. /*
  2. ** TabDlg DLL
  3. ** Copyright (c) 1994 Edward McCreary.
  4. ** All rights reserved.
  5. **
  6. ** Redistribution and use in source and binary forms are freely permitted
  7. ** provided that the above copyright notice and attibution and date of work
  8. ** and this paragraph are duplicated in all such forms.
  9. ** THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  10. ** IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  11. ** WARRANTIES OF MERCHANTIBILILTY AND FITNESS FOR A PARTICULAR PURPOSE.
  12. */
  13.  
  14. BOOL WINAPI MergeControlsIntoDlg
  15.       (HWND hDlg, UINT uIDChangeableArea,
  16.       HINSTANCE hInstance, TAB_ENTRY *pTab, LPCSTR szDlgTemplate);
  17.  
  18.